From 9bacd086cabae9bc89392b4cc795ec8ecc44dcbe Mon Sep 17 00:00:00 2001 From: robertlipe Date: Sun, 21 Sep 2014 22:40:45 +0000 Subject: [PATCH] Several minor doc fixes for UTM in style definitions. --- gpsbabel/xmldoc/chapters/styles.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gpsbabel/xmldoc/chapters/styles.xml b/gpsbabel/xmldoc/chapters/styles.xml index 63b033ff6..a173306bf 100644 --- a/gpsbabel/xmldoc/chapters/styles.xml +++ b/gpsbabel/xmldoc/chapters/styles.xml @@ -788,7 +788,7 @@ examples: example: -IFIELD UTM, "%s" # writes 6S 519045 3984035 -the easting is first by convention. +IFIELD UTM, "", "%s" # writes 6S 519045 3984035 -the easting is first by convention.
@@ -797,7 +797,7 @@ IFIELD UTM, "%s" # writes 6S 519045 3984035 -the easting is first by convention example: -IFIELD UTM_EASTING, "", "%d" # outputs 519045 +IFIELD UTM_EASTING, "", "%.0ff" # outputs 519045
@@ -808,7 +808,7 @@ This is the decimal component representing the northing example: -IFIELD UTM_NORTHING "", "%d" # outputs 3984035 +IFIELD UTM_NORTHING "", "%.0f" # outputs 3984035 @@ -829,7 +829,7 @@ The UTM Zone character. example: -IFIELD UTM_ZONEC "", "%d" # outputs S +IFIELD UTM_ZONEC "", "%c" # outputs S -- 2.30.2